From: mb Date: Fri, 8 Oct 2010 22:54:41 +0000 (+0000) Subject: nodogsplash: mkinstalldirs script does not exist. Just use $(INSTALL_DIR). X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=ee3252a280d3f43114caf92dab4635fc6bd113aa;p=feed%2Frouting.git nodogsplash: mkinstalldirs script does not exist. Just use $(INSTALL_DIR). git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/nodogsplash@23343 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index 27f236d..486cdf8 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ define Build/Compile mkdir -p $(PKG_INSTALL_DIR)/usr/{share{,/doc/$(PKG_NAME)-$(PKG_VERSION)},lib,include{,/nodogsplash},bin,sbin}/ $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ - mkinstalldirs="$(SHELL) $(PKG_BUILD_DIR)/config/mkinstalldirs" \ + mkinstalldirs="$(INSTALL_DIR)" \ install endef